Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase<T> Class
Properties Methods Events


In This Topic
    ListBase<T> Class Members
    In This Topic

    The following tables list the members exposed by ListBase<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the total number of elements the internal data structure can hold without resizing.  
    Public PropertyGets the number of elements actually contained in the ListBase<T>.  
    Public PropertyGets or sets the element at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an object to the end of the ListBase<T>.  
    Public MethodAdds the elements of the specified collection to the end of the ListBase<T>.  
    Public MethodOverloaded. Searches the entire sorted ListBase<T> for an element using the default comparer and returns the zero-based index of the element.  
    Public MethodRemoves all elements from the ListBase<T>.  
    Public MethodDetermines whether the ListBase<T> contains a specific value.  
    Public MethodOverloaded. Copies the entire ListBase<T> to a compatible one-dimensional array, starting at the beginning of the target array.  
    Public Method  
    Public MethodOverloaded. Determines the index of a specific item in the ListBase<T>.  
    Public MethodInserts an item to the ListBase<T> at the specified index.  
    Public MethodInserts the elements of a collection into the ListBase<T> at the specified index.  
    Public MethodOverloaded. Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the ListBase<T> that contains the specified number of elements and ends at the specified index.  
    Public MethodRemoves the first occurrence of a specific object from the ListBase<T>.  
    Public MethodRemoves the ListBase<T> item at the specified index.  
    Public MethodRemoves a range of elements from the ListBase<T>.  
    Public MethodOverloaded. Reverses the order of the elements in the entire ListBase<T>.  
    Public MethodOverloaded. Sorts the elements in the entire ListBase<T> using the default comparer.  
    Public MethodCopies the elements of the ListBase<T> to a new array.  
    Public MethodSets the capacity to the actual number of elements in the ListBase<T>, if that number is less than a threshold value.  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the list or an item in the list changes.  
    Top
    See Also